Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for PHP 8.4 and set current stable to 8.1 #306

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Jul 30, 2024

No description provided.

@Ocramius
Copy link
Member

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gsteel!

@Ocramius Ocramius self-assigned this Jul 30, 2024
@Ocramius Ocramius merged commit 38e146b into laminas:1.27.x Jul 30, 2024
45 checks passed
@gsteel gsteel deleted the php-8.4 branch July 30, 2024 17:03
@boesing
Copy link
Member

boesing commented Aug 8, 2024

Config schema is lacking the new PHP version as well and that is why check is failing:

"installablePhpVersion": {
"type": "string",
"title": "Installable PHP versions from available from within the container.",
"enum": [
"5.6",
"7.0",
"7.1",
"7.2",
"7.3",
"7.4",
"8.0",
"8.1",
"8.2",
"8.3",
"@default"
]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants